home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 37
/
CD Expert nº 37.iso
/
LastCall
/
lastcall.exe
/
stuff
/
splash.dxr
/
00012.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-03-23
|
183 b
|
14 lines
property pTimer
on beginSprite
pTimer = the ticks
end
on exitFrame
if soundBusy(1) or ((the ticks - pTimer) < (6 * 60)) then
go(the frame)
else
go(#next)
end if
end